Skip to content

Conversation

@MaxKless
Copy link
Collaborator

No description provided.

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Mar 14, 2025

View your CI Pipeline Execution ↗ for commit e4e1a37.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e-ci,ty... ✅ Succeeded <1s View ↗
nx-cloud record -- yarn nx-cloud conformance:check ✅ Succeeded 4s View ↗
nx-cloud record -- yarn nx sync:check ✅ Succeeded 5s View ↗
nx-cloud record -- ./gradlew :intellij:ktfmtCheck ✅ Succeeded 4s View ↗
nx-cloud record -- ./gradlew projectReportAll ✅ Succeeded 26s View ↗
nx affected --targets=build,test,e2e-ci --confi... ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-03-14 14:52:14 UTC

Copy link
Contributor

@isaacplmann isaacplmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes you added are helpful.

It would be good to add a note near the beginning stating that people should file an issue before making a PR to make sure that their code changes make sense before they do the actual work.

Comment on lines +40 to 43
- Install Node.js
- Install yarn: https://classic.yarnpkg.com/en/docs/install
- Run yarn install in the root directory
- Install java: https://www.java.com/en/download/help/download_options.html
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be helpful to list which version(s) to install


### How to find Nx Console logs

Regardless of your IDE, there might be relevant information in the `daemon.log` & `daemon-error.log` files. You can find their location by running `nx daemon --log`. </br>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The HTML closing tag </br> is not valid HTML. For line breaks, use either the self-closing tag <br/> or the shorter form <br>. Both are valid in HTML5 and will render correctly in most contexts.

Suggested change
Regardless of your IDE, there might be relevant information in the `daemon.log` & `daemon-error.log` files. You can find their location by running `nx daemon --log`. </br>
Regardless of your IDE, there might be relevant information in the `daemon.log` & `daemon-error.log` files. You can find their location by running `nx daemon --log`. <br/>

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants